SetDataSizeLimitsForTestRequest

data class SetDataSizeLimitsForTestRequest(maxTotalSize: Int, maxResourceSize: Int)

Represents request frame that can be used with Network#setDataSizeLimitsForTest operation call.

For testing.

See also

Constructors

SetDataSizeLimitsForTestRequest
Link copied to clipboard
fun SetDataSizeLimitsForTestRequest(maxTotalSize: Int, maxResourceSize: Int)

Properties

maxResourceSize
Link copied to clipboard
val maxResourceSize: Int
Maximum per-resource size.
maxTotalSize
Link copied to clipboard
val maxTotalSize: Int
Maximum total buffer size.

Sources

jvm source
Link copied to clipboard